See Also

DataPointsCollection Class  | DataPointsCollection Members  | Overload List

Language

Visual Basic

C#

Show All

xValueEnumerable
Specifies the data source that will supply the X values for the DataPoints. The first available column will be used.
yEnumerableValues
Specifies the Y value(s) of the DataPoint object added to the collection (one or more comma-separated values).
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

DataBindXY(IEnumerable,IEnumerable[]) Method

Binds the X value and Y values of the collection's DataPoints to the first column(s) of the specified data source(s).

[Visual Basic]
Overloads Public Sub DataBindXY( _    ByVal xValueEnumerable As IEnumerable, _    ByVal ParamArray yEnumerableValues() As IEnumerable _ )
[C#]
public void DataBindXY(    IEnumerable xValueEnumerable,    params IEnumerable[] yEnumerableValues );

Parameters

xValueEnumerable
Specifies the data source that will supply the X values for the DataPoints. The first available column will be used.
yEnumerableValues
Specifies the Y value(s) of the DataPoint object added to the collection (one or more comma-separated values).

See Also

DataPointsCollection Class  | DataPointsCollection Members  | Overload List

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.